<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: Arial, "微软雅黑"!important;
	font-size: 16px;
	line-height: 1.5em;
	color: #999;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button {
	border: 0;
}
img {
	border: 0;

}
li {
	list-style: none;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #666 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { display: none; }

/*公共样式*/
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; margin-top:18px; }
.c-fr { float: right; }
.daohang { padding:0px 1%;}
.dianhua { font-weight:700; font-family:"黑体"; font-family:28px!important;}
.c-container { position: relative; width: 100%;padding:0 2rem;}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}
/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.4rem;
}
#c-common-bg.c-dt {
	height: 100%;
}
/* 顶部背景 */
#c-top-bg {
	height: 6.4rem;
	background:rgba(0,0,0,.3) url(../images/mbl.png)repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-bg .c-enTitle {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
}
#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #034ea2 url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}

/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #222;
	background: url(../images/jt2.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #034ea2;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #034ea2;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}
/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.c-common-title .c-en-title{
	font-size: 72px;
	line-height: 1em;
	color: #222;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #222;
}
.c-common-title .c-cn-title span{
	color: #034ea2;
}
.c-common-title .c-text {
	padding: 20px 0 50px;
	line-height: 30px;
}

.c-common-title .c-text2 {
	padding: 10px 0 20px; font-size:32px;
	line-height: 30px;
}

.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{
	color: #fff;
}

/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 100px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
#c-header.c-head-hide,.c-open #c-header  {
	line-height: 80px;
	color: #333;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-hide a,.c-open #c-header a {
	color: #333;
}
#c-header:hover {
	border-bottom: 2px solid #034ea2;
}

/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	height: 70px;
	margin-left:50px;
	margin-bottom:20px;
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2),#c-header.c-head-hide .c-logo a img:nth-child(1),.c-open #c-header .c-logo a img:nth-child(1){
	display: none;
}
#c-header.c-head-hide .c-logo a img:nth-child(2),.c-open #c-header .c-logo a img:nth-child(2){
	display: inline-block;
}
#c-header .c-logo a p {
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a p strong{
	margin-right: 22px;
	padding-left: 15px;
}
#c-header .c-logo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}

/*顶部pc导航*/
#c-header .c-nav {
	display: block;    margin-top: 10px;
	text-align: center;
}
#c-header .c-nav&gt;li {
	padding: 0 30px;
	
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li .a { 
	position: relative;
	display: inline-block;
	font-weight:bold;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;  font-size:16px;
}


#c-header .c-nav li .a1 { font-size:15px; padding-right:20px;  padding-top:10px; padding-bottom:10px; color:#999;
 
}
#c-header .c-nav li ul {
	position: absolute;
	top:102px;
	left:0;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
#c-header .c-nav li ul li a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	text-align: center;
}
#c-header .c-nav li ul li:last-child a{
	border-bottom:0;
}
#c-header .c-nav&gt;li&gt;a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -6px;
	border: 6px solid transparent;
	transition: all 0.5s;
}
#c-header .c-nav&gt;li.active&gt;a::before,#c-header .c-nav&gt;li:hover&gt;a::before {
	border-bottom: 6px solid #fff;
}
#c-header.c-head-hide .c-nav&gt;li.active&gt;a::before,#c-header.c-head-hide .c-nav&gt;li:hover&gt;a::before {
	border-bottom: 6px solid #034ea2;
	bottom: 0;
}
#c-header.c-head-hide .c-nav&gt;li.active&gt;a,#c-header.c-head-hide .c-nav&gt;li:hover&gt;a {
	color: #034ea2;
}


#c-header .c-nav .c-language {
	position: relative;
	padding: 0 ;
	margin-left: 35px;
}
#c-header .c-nav .c-language .c-list{
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	width: 80px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-language .c-list {
	top: 81px;
} */
#c-header .c-nav .c-language .c-list .c-item{
	line-height: 30px;
}
#c-header .c-nav .c-language .c-list .c-item a{
	padding: 0 15px;
	display: block;
	color: #333;
	transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav .c-language .c-list .c-item:last-child a {
	border: 0;
}
#c-header .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #034ea2;
}
#c-header .c-nav .c-search-box {
	position: relative;
	padding-right: 0 ;
}
#c-header .c-nav .c-search-box form {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	background: #fff;
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
/* #c-header.c-head-hide .c-nav .c-search-box form {
	top: 81px;
} */
#c-header .c-nav .c-search-box form input {
	float: left;
	padding: 0 15px;
	width: 180px;
	height: 40px;
	font-size: 16px;
}
#c-header .c-nav .c-search-box form button {
	float: right;
	width: 70px;
	height: 40px;
	color:#fff;
	background: #034ea2;
}
#c-header .c-nav .c-list-box {
	padding:0.8rem 0.5rem;
	position: absolute;
margin-top: 90px;
	left:0;
	width:100%;
	background: #fff;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}

#c-header .c-nav .c-list-box .c-list {
	margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#c-header .c-nav .c-list-box .c-list .c-item {
	padding:0 .3rem;
	width: 33.33%;
	border-right: 1px solid rgba(0,0,0,.1);
}
#c-header .c-nav&gt;li:nth-last-child(4) .c-list-box .c-list .c-item {
	width: 50%;
}
#c-header .c-nav .c-list-box .c-list .c-item:last-child {
	border: 0;
}
#c-header .c-nav .c-list-box .c-list .c-top-box {
	display: block;
}
#c-header .c-nav .c-list-box .c-list .c-top-box .c-text {
	padding-top: 25px;
	font-size: 20px;
	line-height: 32px;
	color:#333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#034ea2;
}




#c-header .c-nav .c-list-box .c-list .c-top-box .c-text2 {
	padding-top: 25px;
	font-size: 10px;
	line-height: 32px;
	color:#333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text2 {
	color:#034ea2;
}





#c-header .c-nav .c-list-box .c-list .c-img-box {
	height: 3rem;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#c-header .c-nav .c-list-box .c-list .c-a-box {

	display: flex;
	align-items: flex-start;
	display: none;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a {
	width: 25%;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:hover{
	color: #034ea2;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:last-child {
	border:0;
}
#c-header .c-nav .c-list-box .c-list-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

#c-header .c-nav .c-list-box .c-list1 {
	width: 44%;
}
#c-header .c-nav .c-list-box .c-list1 .c-item {
	display: block;
	padding: 10px 90px 10px 0;
	border-bottom: 1px solid transparent;
	transition: .5s;
	background: url(../images/jt5.png)no-repeat right 0 bottom 15px;
	background-size: auto 6px;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list1 .c-item.active {
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: url(../images/jt5-h.png)no-repeat right 0 bottom 15px;
	background-size: auto 6px;
}
#c-header .c-nav .c-list-box .c-list1 .c-item.active .c-title {
	color: #034ea2;
}
#c-header .c-nav .c-list-box .c-list2 {
	position: relative;
	width: 50%;
	height: 360px;
}
#c-header .c-nav .c-list-box .c-list2 .c-item {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list2 .c-item.active {
	opacity: 1;
	z-index: 2;
}
#c-header .c-nav .c-list-box .c-list2 .c-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:hover img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}














/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:80px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
#c-header.c-head-hide .c-nav2 {
	top: 60px;
}
body.c-open #c-header .c-nav2 {
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
}
body.c-open #c-header.c-head-hide .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header .c-nav2&gt;li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover&gt;a,#c-header .c-nav2 li.active&gt;a {
	color: #034ea2;
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 .c-language {
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#c-header .c-nav2 .c-language&gt;a {
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#c-header .c-nav2 .c-language&gt;a i {
	margin-top: 9px;
}
#c-header .c-nav2 .c-language .c-list {
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav2 .c-language .c-list a {
	display: block;
	padding: 0 5px;
	margin: 0;
}
#c-header .c-nav2 .c-language .c-list .c-item:last-child a {
	border-bottom: 0;
}
#c-header .c-nav2 .c-search-box {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	padding: 20px 20px 0 0;
}
#c-header .c-nav2 .c-search-box form {
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}
#c-header .c-nav2 .c-search-box form input {
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);
	height: 38px;
}
#c-header .c-nav2 .c-search-box form button {
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#034ea2;
}
/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header.c-head-hide .c-switch i,.c-open #c-header .c-switch i {
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*首页轮播图*/
.c-banner1 {
	background: #fff;
}
.c-banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.c-banner1 .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	-webkit-transition: all 7s;
	transition: all 7s;
}
.c-banner1 .swiper-slide .c-bg2 {
	display: none;
}
.c-banner1 .swiper-slide-active img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
.c-banner1 .swiper-slide .c-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	background: url(../images/mbl.png)repeat;
}
.c-banner1 .swiper-slide .c-wrap .c-title{
	font-size: 80px;
	line-height: 100px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-slide .c-wrap .c-text {
	padding: 30px 0 75px;
	font-size: 60px;
	line-height: 70px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-pagination-bullet {
	opacity: 1;

}
.c-banner1 .c-dot {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.c-banner1 .swiper-pagination{
	position: relative;
	text-align: left;
}

.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
	position: relative;
	border: 4px solid transparent;
	background: transparent;
}
.loading.swiper-pagination-bullet-active {
	border-color: rgba(255,255,255,.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
	left: 11px;
	top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
	background-color: #034ea2;
}
.loading .left,
.loading .right {
	opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
	top: -4px;
	overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}
.loading .right {
	left: auto;
	right: -4px;
	top: -4px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
	display: block;
	top: 0;
	left: 0;
  width: 19px;
  height: 38px;
	border: 4px solid #fff;
	border-radius: 19px 0 0 19px;
	border-right: 0;
}
.loading .right:after {
  content: "";
	position: absolute;
  display: block;
	border-radius: 0 19px 19px 0;
	border: 4px solid #fff;
	border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

/* 关于祥鑫 */
#c-about {
	padding: 140px 0 180px;
	background: #fff;
}
#c-about .c-left-box {
	float: left;
	width: 38.8%;
}
#c-about .c-left-box .c-img-box {
	padding-top: 2rem;
	overflow: hidden;
}
#c-about .c-left-box .c-img-box img {
	width: 100%;
}
#c-about .c-right-box {
	position: relative;
	float: right;
	width: 43.4%;
	height: 8.6rem;
	overflow: hidden;
}
#c-about .c-right-box .c-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-about .c-right-box video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#c-about .c-right-box .c-play {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: .5s;
	cursor: pointer;
}
#c-about .c-right-box:hover .c-play{
	opacity: 1;
}
#c-about .c-right-box .c-play p{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(242,51, 43, .7);
	font-size: 36px;
	line-height: 160px;
	text-align: center;
	color: #fff;
}
/* 视频 */
#c-video-box{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
#c-video-box .c-btn {
	position:fixed;
	top: 85%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
}
#c-video-box .c-btn:after,#c-video-box .c-btn:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #333;
	transition: .5s;
}
#c-video-box .c-btn:hover {
	background: #034ea2;
}
#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before {
	background: #fff;
}
#c-video-box .c-btn:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#c-video-box .c-btn:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#c-video-box video {
	position:fixed;
	left: 50%;
	top: 50%;
	height: 60%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #000;
}


/* 产品 */
#c-product {
	padding: 0 0 180px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 50%, #f7f7f7 50%);
	background: linear-gradient(to bottom, #fff 50%, #f7f7f7 50%);
}
#c-product .c-list{
	padding-left: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#c-product .c-list li,#c-product2 .c-list li{
	width: 32.5%;
}
#c-product .c-list li .c-wrap,#c-product2 .c-list li .c-wrap {
	display: block;
	position: relative;
	z-index: 1;
	height: 7.4rem;
	overflow: hidden;
}
#c-product2 .c-list li .c-wrap {
	height: 6.56rem;
}
#c-product .c-list li .c-wrap::before,#c-product2 .c-list li .c-wrap .c-box1::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
#c-product .c-list li .c-wrap img,#c-product2 .c-list li .c-wrap .c-box1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
#c-product .c-list li .c-wrap:hover img,#c-product2 .c-list li .c-wrap:hover .c-box1 img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-product .c-list li .c-wrap .c-text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 60px 70px;
	z-index: 4;
	width: 100%;
	color: #fff;
	transition: all 0.5s;
}
#c-product .c-list li .c-wrap:hover .c-text-box {
	bottom: 20px;
}
#c-product .c-list li .c-wrap .c-text-box .c-title {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-product .c-list li .c-wrap .c-text-box .c-title .c-text {
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-product .c-list li .c-wrap .c-mask-red,#c-product2 .c-list li .c-wrap .c-box1 .c-mask-red {
	display: none;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 260px;
	background: rgba(187,28,20,.7);
	transition: all 0.5s;
}
#c-product2 .c-list li .c-wrap .c-box1 .c-mask-red {
	height: 220px;
}
#c-product .c-list li .c-wrap:hover .c-mask-red,#c-product2 .c-list li .c-wrap:hover .c-box1 .c-mask-red {
	bottom: 0;
}
#c-product2 {
	padding: 90px 0 170px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 50%, #f7f7f7 50%);
	background: linear-gradient(to bottom, #fff 50%, #f7f7f7 50%);
}
#c-product2 .c-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#c-product2 .c-list li .c-wrap .c-box1{
	position: relative;
	display: block;
	height: 100%;
	color: #fff;
}
#c-product2 .c-list li .c-wrap .c-box1 .c-title{
	position: absolute;
	bottom: 45px;
	left: 0;
	z-index: 4;
	margin: 0 50px;
	font-size: 36px;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	transition: all 0.5s;
}
#c-product2 .c-list li .c-wrap .c-box2 {

	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 0 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.5s;
	display: none;
}
#c-product2 .c-list li .c-wrap .c-box2 a{
	display: block;
	width: 24%;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	background: rgba(255,255,255,.3);
	transition: all 0.5s;
}
#c-product2 .c-list li .c-wrap .c-box2 a:hover {
	color: #333;
	background: #fff;
}
#c-product2 .c-list li .c-wrap:hover .c-box1 .c-title {
	bottom: 120px;
}
#c-product2 .c-list li .c-wrap:hover .c-box2 {
	opacity: 1;
	bottom: 50px;
}
#c-product3 {
	padding: 60px 0 90px;
	background: #fff;
}
#c-product3 .c-list li{
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 4.72rem;
	background: #fbfbfb;
}
#c-product3 .c-list li:last-child .c-btn {
	opacity: 0 !important;
}
#c-product3 .c-list li .c-img-box {
	position: relative;
	width: 32.7%;
	height: 100%;
	background: #2b2b2b;
	overflow: hidden;
}
#c-product3 .c-list li .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-product3 .c-list li .c-img-box .c-title {
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 2;
	padding: 0 40px 60px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
}
#c-product3 .c-list li .c-text-box {
	position: relative;
	z-index: 3;
	padding: 0 114px 0 50px;
	width: -webkit-calc(67.3% - 114px);
	width: calc(67.3% - 114px);
}
#c-product3 .c-list li .c-text-box .c-title {
	position: relative;
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 40px;
	color: #333;
}
#c-product3 .c-list li .c-text-box .c-title::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -140px;
	width: 200px;
	border-top: 3px solid #034ea2;
}
#c-product3 .c-list li .c-text-box .c-text1 {
	padding: 40px 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #191919;
}
#c-product3 .c-list li .c-text-box .c-text2 {
	font-size: 14px;
	line-height: 24px;
}
#c-product3 .c-list li .c-btn {
	opacity: 0;
	display: block;
	width: 114px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #034ea2;
	transition: .5s;
}
#c-product3 .c-list li:hover .c-btn {
	opacity: 1;
}
#c-product3 .c-list .c-link {
	padding-top: 40px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-product3 .c-list .c-link .c-item {
	margin: 0 .8% .8% 0;
	position: relative;
	width: 24.2%;
	height: .8rem;
}
#c-product3 .c-list .c-link .c-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-product3 .c-list .c-link .c-item .c-text3 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: .8rem;
	text-align: center;
	color: #fff;
	background: rgba(187,28,20,.7);
	transition: .5s;
}
#c-product3 .c-list .c-link .c-item:hover .c-text3{
	opacity: 1;
}

#c-page {
	background: #f9f9f9;
}
#c-product4 {
	padding: 100px 0;
}
#c-product4 form {
	position: relative;
	width: 39%;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
}
#c-product4 form input {
	padding: 0 20px 0 56px;
	float: left;
	width: 78%;
	height: 50px;
	font-size: 14px;
	color: #666;
}
#c-product4 form button {
	float: right;
	width: 22%;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: #034ea2;
}
#c-product4 form i {
	position: absolute;
	left: 20px;
	top: 17px;
	font-size: 16px;
	color: #666;
}
#c-product4 .c-main .c-left-box {
	position: sticky;
	top: 80px;
	float: left;
	width: 28.2%;
	border: 1px solid #e6e6e6;
	background: #fff;
}
#c-product4 .c-main .c-right-box {
	float: right;
	width: 67.3%;
}
#c-product4 .c-main .c-right-box .c-max-wrap {
	margin-bottom: 50px;
	padding: 40px 40px 0;
	border: 1px solid #e6e6e6;
	background: #fff;
}
#c-product4 .c-left-box .c-list&gt;li {
	border-bottom: 1px solid #e6e6e6;
}
#c-product4 .c-left-box .c-list&gt;li:last-child {
	border: 0;
}
#c-product4 .c-left-box .c-list .c-title1 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0 40px;
	font-size: 24px;
	line-height: 34px;
	color: #222;
	cursor: pointer;
	transition: .5s;
}
#c-product4 .c-left-box .c-list .c-title1 a {
	color: #222;
}
#c-product4 .c-left-box .c-list .c-title1 i {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
}
#c-product4 .c-left-box .c-list .c-title1 i::after,#c-product4 .c-left-box .c-list .c-title1 i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: #222;
	transition: .5s;
}
#c-product4 .c-left-box .c-list .c-title1 i::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#c-product4 .c-left-box .c-list .c-ul1 {
	display: none;
	padding: 0 40px 40px;
}
#c-product4 .c-left-box .c-list .c-ul2 {
	display: none;
	padding-left: 30px;
}
#c-product4 .c-left-box .c-list .c-ul1&gt;li {
	padding: 24px 0;
	border-bottom: 1px solid #e6e6e6;
}
#c-product4 .c-left-box .c-list .c-title2 {
	margin-bottom: 8px;
	position: relative;
	padding: 6px 0 6px 30px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	cursor: pointer;
}

#c-product4 .c-left-box .c-list .c-title2 a {
	color: #333;
}
#c-product4 .c-left-box .c-list .c-title2 i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../images/jt2.png) no-repeat center center;
	background-size: 12px auto;
	transition: .5s;
}
#c-product4 .c-left-box .c-list .c-ul2&gt;li {
	padding: 6px 0;
	font-size: 14px;
	line-height: 24px;
	transition: .5s;
}
#c-product4 .c-left-box .c-list .c-title3 {
	color: #999;
}
#c-product4 .c-left-box .c-list&gt;li.active .c-title1{
	color: #fff;
	background: #034ea2;
}
#c-product4 .c-left-box .c-list&gt;li.active .c-title1 a{
	color: #fff;
}
#c-product4 .c-left-box .c-list&gt;li.active .c-title1 i::before{
	background: #fff;
}
#c-product4 .c-left-box .c-list&gt;li.active .c-title1 i::after,#c-product4 .c-left-box .c-list&gt;li.hideI .c-title1 i::after {
	opacity: 0;
}
#c-product4 .c-left-box .c-list .c-ul1&gt;li.active .c-title2 i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#c-product4 .c-left-box .c-list .c-ul2&gt;li.active .c-title3 {
	color: #034ea2;
}
#c-product4 .c-right-box .c-main-title {
	display: block;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	color: #034ea2;
	background: #f4f4f4;
}
#c-product4 .c-right-box .c-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#c-product4 .c-right-box .c-list li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 40px;
}
#c-product4 .c-right-box .c-list li .c-wrap {
	display: block;
}
#c-product4 .c-right-box .c-list li .c-wrap .c-img-box {
	height: 3.06rem;
	overflow: hidden;
}
#c-product4 .c-right-box .c-list li .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-product4 .c-right-box .c-list li .c-wrap .c-title {
	padding-top: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	text-align: center;
}
/* 底部产品链接 */
#c-common-link {
	padding-bottom: 110px;
}
#c-common-link .c-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#c-common-link .c-list li {
	margin-bottom: 20px;
	padding: 0 10px;
	width:25%;
}
#c-common-link .c-list li .c-wrap {
	padding: 60px 38px;
	display: block;
	box-shadow: 0 2px 30px rgba(84,0,0,.07);
	color: #262626;
	background: #fff;
}
#c-common-link .c-list li .c-wrap .c-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
#c-common-link .c-list li .c-wrap .c-text {
	font-size: 16px;
	line-height: 26px;
}
#c-common-link .c-list li .c-wrap .c-text img {
	margin-left: 20px;
	height: 10px;
	vertical-align: middle;
}


/* 全球布局 */
@-webkit-keyframes yunMove {
  0% {
    left: 0;
  }
  100% {
   left: -100%;
  }
}

@keyframes yunMove {
  0% {
    left: 0;
  }
  100% {
  	left: -100%;
  }
}
#c-layout {
	background: #f7f7f7;
	overflow: hidden;
}
#c-layout .c-b-box{
	position: relative;
	z-index:1;
}

#c-layout .c-earth-box .c-wrap {
	transition: linear .3s;
}
#c-layout .c-earth-box .c-box {
	position: relative;
	z-index: 1;
	transform: scale(1.1,1.1);
	height: 11.5rem;
}
#c-layout .c-earth-box .c-box&gt;img{
	width:80%;
	-webkit-transform: translateX(-20%);
	transform: translateX(-20%);
}
#c-layout .c-earth-box .c-yun-box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 200%;
	height: 100%;
	animation: yunMove 100s infinite linear;
}
#c-layout .c-earth-box .c-yun-box img {
	float: left;
	width: 50%;
	height: 100%;
	/* object-fit: cover; */
}
#c-layout .c-text-box {
	position: absolute;
	top:0;
	right:0;
	z-index:10;
	width: 50%;
	padding:1.4rem .2rem .8rem 1.2rem;
	background: rgba(187,28,20,.7);
	color:#fff;
}
#c-layout .c-text-box .c-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-layout .c-text-box .c-list li {
	margin-bottom:70px;
	display: flex;
	align-items: center;
	width: 50%;
}
#c-layout .c-text-box .c-list li .c-num {
	margin-right: 15px;
	font-size: 80px;
	line-height: 1em;
}
#c-layout .c-text-box .c-list li .c-p1 {
	margin-bottom:10px;
	font-size:24px;
	line-height: 34px;
}
#c-layout .c-text-box .c-list li .c-p1 span {
	font-size: 34px;
}
#c-layout .c-text-box .c-list li .c-p2 {
	opacity: .5;
	line-height: 26px;
}
#c-layout .c-common-btn{
	border-bottom: 1px solid rgba(255,255,255,.5);
}
#c-layout .c-common-btn::before{
	border-color: #fff;
}


/* 伙伴 */
#c-partner {
	position: relative;
	padding: 180px 0 150px;
	background: url(../images/mbl.png)repeat;
}
#c-partner .c-container {
	z-index:3;
}
.c-banner2 {
	padding-bottom:95px;
}
.c-banner2 .c-wrap{
	height: 1.36rem;
}
.c-banner2 .c-wrap img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.c-banner2 .swiper-pagination {
	bottom:0;
}
.c-banner2 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.c-banner2 .swiper-pagination-bullet-active {
	background: #034ea2;
}
#c-partner2 {
	padding: 80px 0 120px;
	background: #fff;
}
#c-partner2 .c-main-wrap {
	box-shadow: 0 2px 30px rgba(84,0,0,.07);
}
.c-banner11-top {
	padding-bottom: 10px;
}
.c-banner11-top .swiper-slide {
	height: 90px;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	color: #333;
	background: #ddd;
	cursor: pointer;
	transition: .5s;
}
.c-banner11-top .swiper-slide::before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	transition: .5s;
}
.c-banner11-top .swiper-slide-thumb-active::before,.c-banner11-top .swiper-slide:hover::before {
	border-top: 10px solid #034ea2;
}
.c-banner11-top .swiper-slide-thumb-active,.c-banner11-top .swiper-slide:hover {
	background: #034ea2;
	color: #fff;
}

.c-banner11-bottom .swiper-slide .c-wrap{
	margin: 0 -10px;
	padding: 45px 35px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.c-banner11-bottom .swiper-slide .c-img-box {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 14.28%;
	height: .82rem;
}
.c-banner11-bottom .swiper-slide .c-img-box .c-box{
	border: 1px solid #eeeeee;
	height: 100%;
	overflow: hidden;
}
.c-banner11-bottom .swiper-slide .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 新闻 */
#c-news {
	background: #fff;
	padding: 180px 0;
}
#c-news .c-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-news .c-list li {
	width: 20%;
}
#c-news .c-list li .c-wrap {
	position: relative;
	z-index: 1;
	display: block;
	height: 4.6rem;
	overflow: hidden;
	border-bottom: 1px solid #d0d0d0;
}
#c-news .c-list li .c-wrap:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: all 0.5s;
}
#c-news .c-list li .c-wrap:after {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 156px;
	background: rgba(187,28,20,.7);
	transition: all 0.5s;
}
#c-news .c-list li .c-wrap:hover:after {
	bottom: 0;
}
#c-news .c-list li .c-wrap img {
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-news .c-list li .c-wrap .c-text-box {
	position: absolute;
	bottom: 50%;
	left: 0;
	padding: 20px 30px;
	z-index: 5;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	transition: all 0.5s;
}
#c-news .c-list li .c-wrap .c-text-box .c-time {
	line-height: 36px;
	color: #666;
	transition: all 0.5s;
}
#c-news .c-list li .c-wrap .c-text-box .c-title {
	margin: 10px 0 40px;
	color: #333;
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
#c-news .c-list li .c-wrap .c-text-box .c-arrow {
	opacity: 1;
	height: 15px;
	background: url(../images/jt3.png) no-repeat left center;
	background-size: auto 15px;
	transition: all 0.5s;
}
#c-news .c-list li .c-wrap:hover:before,#c-news .c-list li .c-wrap:hover img,
#c-news .c-list li .c-wrap:hover .c-mask-red {
	opacity: 1;
}
#c-news .c-list li .c-wrap:hover .c-text-box .c-arrow{
	display: none;
}
#c-news .c-list li .c-wrap:hover .c-text-box{
	bottom: -30px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#c-news .c-list li .c-wrap:hover .c-text-box .c-time,#c-news .c-list li .c-wrap:hover .c-title{
	color: #fff;
}
/* 头条 */
#c-news2 {
	padding-bottom: 140px;
	background: #fff;
}
#c-news2 .c-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #f6f6f6;
}
#c-news2 .c-wrap .c-img-box {
	width: 57.8%;
	height: 5.48rem;
	overflow: hidden;
}
#c-news2 .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-news2 .c-wrap .c-text-box {
	padding: 70px 80px;
	width: 42.2%;
}
#c-news2 .c-wrap .c-text-box .c-time {
	line-height: 26px;
	color: #333;
}
#c-news2 .c-wrap .c-text-box .c-title {
	margin:10px 0 30px;
	font-size: 30px;
	line-height: 40px;
	color: #333;
}
#c-news2 .c-wrap .c-text-box .c-text {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
} 
.c-banner14 .swiper-slide {
	opacity: 0 !important;
}
.c-banner14 .swiper-slide-active {
	opacity: 1 !important;
}
.c-banner14 .swiper-button-next, .c-banner14 .swiper-button-prev{
	margin-top: 0;
	opacity: 1;
	width: 50px;
	height: 50px;
	transition: .5s;
	border: 1px solid #034ea2;
}
.c-banner14 .swiper-button-next {
	top: auto;
	right: 0;
	bottom: 0;
	background: url(../images/next2-h.png) no-repeat center center;
	background-size: 16px auto;
	transition: .5s;
}
.c-banner14 .swiper-button-prev {
	top: auto;
	left: auto;
	right: 70px;
	bottom: 0;
	background: url(../images/prev2-h.png) no-repeat center center;
	background-size: 16px auto;
	transition: .5s;
}
.c-banner14 .swiper-button-next:hover {
	background: #034ea2 url(../images/next22.png) no-repeat center center;
	background-size: 16px auto;
}
.c-banner14 .swiper-button-prev:hover {
	background: #034ea2 url(../images/prev22.png) no-repeat center center;
	background-size: 16px auto;
}

/* 新闻列表 */
#c-news3 {
	padding: 140px 0;
	background: #f5f5f5;
}
#c-news3 .c-list {
	padding-bottom: 50px;
	margin: 0 -15px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-news3 .c-list li {
	margin-bottom: 30px;
	width: 33.33%;
	padding: 0 15px;
}
#c-news3 .c-list .c-wrap {
	display: block;
	background: #fff;
	border-bottom: 1px solid #ddd;
	transition: .5s;
}
#c-news3 .c-list .c-wrap:hover {
	border-color: #034ea2;
}
#c-news3 .c-list .c-wrap .c-img-box {
	height: 3.02rem;
	overflow: hidden;
}
#c-news3 .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-news3 .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
#c-news3 .c-list .c-wrap .c-text-box {
	padding: 50px 40px;
}
#c-news3 .c-list .c-wrap .c-text-box .c-time {
	line-height: 26px;
	color: #999;
}
#c-news3 .c-list .c-wrap .c-text-box .c-title {
	margin: 10px 0 25px;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-news3 .c-list .c-wrap .c-text-box .c-text {
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
/* 新闻详情 */
#c-news4 {
	padding: 50px 0 150px;
	background: #f9f9f9;
}
#c-news4 .c-main-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-news4 .c-left-box {
	width: 68.4%;
}
#c-news4 .c-left-box .c-top-box {
	padding: 75px 40px 0;
	background: #fff;
}
#c-news4 .c-left-box .c-top-box .c-title {
	font-size: 30px;
	line-height: 40px;
	color: #262626;
}
#c-news4 .c-left-box .c-top-box .c-time {
	padding: 15px 0 25px;
	line-height: 26px;
	color: #666;
}
#c-news4 .c-left-box .c-top-box .c-text {
	padding-bottom: 30px;
	line-height: 30px;
	color: #666;
}
#c-news4 .c-left-box .c-top-box .c-text img {
	max-width: 100%;
	height: auto !important;
}
#c-news4 .c-left-box .c-top-box .c-share {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	font-size: 18px;
	line-height: 28px;
	color: #262626;
}
#c-news4 .c-left-box .c-pn-box {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 30px;
}
#c-news4 .c-left-box .c-pn-box a{
	font-size: 18px;
	color: #2c2e2f;
	transition: .5s;
}
#c-news4 .c-left-box .c-pn-box .c-prev {
	padding-left: 40px;
	background: url(../images/prev3.png) no-repeat left center;
	background-size: auto 18px;
}
#c-news4 .c-left-box .c-pn-box .c-next {
	padding-right: 40px;
	background: url(../images/next3.png) no-repeat right center;
	background-size: auto 18px;
}
#c-news4 .c-left-box .c-pn-box .c-return {
	padding-left: 40px;
	background: url(../images/menu.png) no-repeat left center;
	background-size: auto 18px;
}
#c-news4 .c-left-box .c-pn-box .c-prev:hover {
	color: #034ea2;
	background: url(../images/prev3-h.png) no-repeat left center;
	background-size: auto 18px;
}
#c-news4 .c-left-box .c-pn-box .c-next:hover {
	color: #034ea2;
	background: url(../images/next3-h.png) no-repeat right center;
	background-size: auto 18px;
}
#c-news4 .c-left-box .c-pn-box .c-return:hover {
	color: #034ea2;
	background: url(../images/menu-h.png) no-repeat left center;
	background-size: auto 18px;
}

#c-news4 .c-right-box {
	/* position: sticky;
	top:80px; */
	width: 28.9%;
}
#c-news4 .c-right-box .c-top-box {
	margin-bottom: 40px;
	background: #fff;
}
#c-news4 .c-right-box .c-top-box .c-bg-title {
	background: #034ea2;
	font-size:24px;
	line-height: 76px;
	text-align: center;
	color: #fff;
}
#c-news4 .c-right-box .c-top-box .c-list{
	padding: 30px 30px 0;
}
#c-news4 .c-right-box .c-top-box .c-list li{
	padding-bottom: 30px;
}
#c-news4 .c-right-box .c-top-box .c-list .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-news4 .c-right-box .c-top-box .c-list .c-img-box {
	width: 36%;
	height: .9rem;
	overflow: hidden;
}
#c-news4 .c-right-box .c-top-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-news4 .c-right-box .c-top-box .c-list .c-text-box {
	padding-left: 20px;
	width: 64%;
}
#c-news4 .c-right-box .c-top-box .c-list .c-text-box .c-time{
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
#c-news4 .c-right-box .c-top-box .c-list .c-text-box .c-title {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-news4 .c-right-box form {
	background: #fff;
}
#c-news4 .c-right-box form .c-title {
	font-size: 24px;
	line-height: 76px;
	text-align: center;
	color: #034ea2;
	background: #e9e9e9;
}
#c-news4 .c-right-box form .c-wrap {
	padding: 30px;
}
#c-news4 .c-right-box form .c-wrap input {
	margin-bottom: 20px;
	width: 100%;
	height: 62px;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
}
#c-news4 .c-right-box form .c-wrap button {
	width: 100%;
	height: 60px;
	font-size: 16px;
	color: #fff;
	background: #034ea2;
}
/* 顶部分类 */
#c-top-menu {
	padding: 50px 0 90px;
	background: #fff;
}
#c-top-menu .c-list {
	text-align: center;
}
#c-top-menu .c-list a {
	margin: 0 5px 10px;
	display: inline-block;
	width: 170px;
	line-height: 50px;
	vertical-align: top;
	background: #f8f8f8;
	color: #191919;
	transition: .5s;
}
#c-top-menu .c-list a.active,#c-top-menu .c-list a:hover {
	background: #034ea2;
	color: #fff;
}

/* 底部 */
#c-footer {
	padding:80px 0;
	background: #f8f8f8;
}
#c-footer .c-footer-top .c-left-box {
	float:left;
	width:50%;
	color:#333;
}
#c-footer .c-footer-top .c-left-box .c-logo {
	line-height:46px;
	font-size:25px;
}
#c-footer .c-footer-top .c-left-box .c-logo img {
	margin-right:10px;
	height: 46px;
}
#c-footer .c-footer-top .c-left-box .c-title {
	padding:10px 0 5px;
	font-size:30px;
	line-height: 40px;
}
#c-footer .c-footer-top .c-left-box .c-text{
	font-size:18px;
	line-height: 28px;
	color:#999;
}
#c-footer .c-footer-top .c-left-box .c-ico-box {
	padding: 55px 0 60px;
}
#c-footer .c-footer-top .c-left-box .c-ico-box .c-item {
	display: inline-block;
	vertical-align: top;
	margin-right:15px;
	width: 36px;
	height:36px;
	border-radius: 50%;
	font-size:20px;
	text-align: center;
	line-height: 36px;
	background: rgba(2555,255,255,.1);
	transition: all 0.5s;
	color:#fff;
	background: #999;
}
#c-footer .c-footer-top .c-left-box .c-ico-box .c-item:hover{
	background: #034ea2;
}
#c-footer .c-footer-top .c-list-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-footer .c-footer-top .c-list-box&gt;li{
	padding-left: 15px;
}
#c-footer .c-footer-top .c-list-box .c-title-box {
	padding-bottom:20px;
}
#c-footer .c-footer-top .c-list-box .c-title-box .c-title {
	font-size:20px;
	line-height:30px;
	color:#333;
}
#c-footer .c-footer-top .c-list-box .c-title-box i {
	display: none;
	transition: all 0.5s;
}
#c-footer .c-footer-top .c-list-box .c-list li {
	padding: 10px 0;
	line-height:26px;
}
#c-footer .c-footer-top .c-list-box .c-list li a {
	color:#999;
	transition: all 0.5s;
}
#c-footer .c-footer-top .c-list-box .c-list li a:hover {
	color:#034ea2;
}
#c-footer .c-footer-bottom {
	padding-top:80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-footer .c-footer-bottom a {
	color:#999;
	transition: all 0.5s;
}
#c-footer .c-footer-bottom a:hover{
	color:#034ea2;
}
#c-footer .c-footer-bottom .c-copyright,#c-footer .c-footer-bottom .c-link {
	font-size: 14px;
	line-height: 24px;
	color:#999;
}
#c-footer .c-footer-bottom .c-link .c-item {
	display: inline-block;
	vertical-align: middle;
	padding:0 15px;
	line-height:1em;
	border-right: 1px solid #999;
}
#c-footer .c-footer-bottom .c-link .c-item:first-child {
	padding-left: 0;
}
#c-footer .c-footer-bottom .c-link .c-item:last-child{
	padding-right: 0;
	border: 0;
}
#c-footer .c-weixin{
	display: none;
	position:fixed;
	z-index: 910;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
#c-footer .c-weixin .c-img-box {
	position: absolute;
	top:50%;
	left:50%;
	margin: -138px 0 0 -120px;
	padding: 20px;
	width: 240px;
	background:#fff;
	overflow: hidden;
}
#c-footer .c-weixin .c-img-box img {
	width: 100%;
	margin-bottom: 20px;
}
#c-footer .c-weixin .c-img-box p {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #555;
}

/* 顶部banner */
.c-topBanner {
	position: relative;
	min-width: 1200px;
}
.c-topBanner img {
	width: 100%;
}
.c-topBanner .c-wrap {
	position: absolute;
	top:50%;
	left:0;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-topBanner .c-wrap .c-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5em;
}

/* 顶部当前定位 */
#c-site {
	padding: 30px 0;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	background: #fff;
}
#c-site.c-unique {
	background: #f9f9f9;
}
#c-site a {
	color: #666;
}
#c-site a:hover,#c-site a.active{
	color: #034ea2;
}

/* 判断有无banner图 */
#c-is-banner {
	display: none;
}
/* 占位标签 */
#c-placeholder {
	height: 80px;
}

/*分页*/
#c-pagination {
	text-align: center;
}
#c-pagination li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-size:20px;
	line-height: 26px;
}
#c-pagination li a {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	color: #666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-pagination li.active a,#c-pagination li:hover a {
	color: #034ea2;
	border-color: #034ea2;
}

#particles-js {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}

/* 可视化数据 */
#c-visualization {
	position: relative;
	z-index: 2;
}
#c-visualization .c-wrap {
	position: relative;
}
#c-visualization .c-list {
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,.1);
}
#c-visualization .c-list li {
	text-align: center;
}
#c-visualization .c-list li:nth-child(1) .c-top-box .c-text span,#c-visualization .c-list li:nth-child(2) .c-top-box .c-text span {
	display: none;
}

#c-visualization .c-list .c-top-box .c-num {
	display: inline-block;
	font-size: 60px;
	line-height: 1;
	color: #034ea2;
}
#c-visualization .c-list .c-top-box .c-text {
	line-height: 1;
	color: #333;
	display: inline-block;
}
#c-visualization .c-list .c-top-box .c-text span {
	font-weight: bold;
	font-size: 26px;
	color: #034ea2;
}
#c-visualization .c-list .c-title {
	padding-top: 20px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

/* 关于我们列表 */
#c-about-list .c-title {
	margin-bottom: 30px;
	font-size: 48px;
	color: #000;
}
#c-about-list .c-text {
	margin-bottom: 80px;
	line-height: 26px;
	color: #666;
}
#c-about-list li {
	flex-wrap: wrap;
}
#c-about-list li:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 230px 2rem 140px;
	background: #f5f5f5;
}
#c-about-list li:nth-child(4) {
	display: flex;
	align-items: center;
	padding: 140px 2rem;
	background: #f5f5f5;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(2) {
	display: flex;
	align-items: center;
	padding-top: 140px;
	background: #fff;
	flex-direction: row-reverse;
}
#c-about-list li:nth-child(3) {
	display: flex;
	align-items: center;
	padding-bottom: 140px;
	background: #fff;
}
#c-about-list li:nth-child(1) .c-img-box,#c-about-list li:nth-child(4) .c-img-box,
#c-about-list li:nth-child(2) .c-img-box,#c-about-list li:nth-child(3) .c-img-box{
	width: 50%;
	height: 5.98rem;
	overflow: hidden;
}
#c-about-list li .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-about-list li:nth-child(1) .c-text-box {
	padding-left: 130px;
	width: 50%;
}
#c-about-list li:nth-child(4) .c-text-box {
	padding-right: 130px;
	width: 50%;
}
#c-about-list li:nth-child(2) .c-text-box {
	padding: 0 130px 0 2rem;
	width: 50%;
}
#c-about-list li:nth-child(3) .c-text-box {
	padding: 0 2rem 0 130px;
	width: 50%;
}


/* 链接 */
#c-link-box {
	padding: 140px 0;
	background: #fff;
}
#c-link-box .c-list {
	margin: 0 -10px;
}
#c-link-box .c-list li {
	float: left;
	width: 50%;
	padding: 0 10px;
	background: #fff;
}
#c-link-box .c-list .c-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 80px;
	box-shadow: 0 2px 30px rgba(84,0,0,.07);
	transition: .5s;
}
#c-link-box .c-list .c-wrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/ab-link-bg.png)no-repeat left top;
	background-size: auto 100%;
}
#c-link-box .c-list .c-wrap .c-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
}
#c-link-box .c-list .c-wrap .c-img-box img {
	width: 100%;
}
#c-link-box .c-list .c-wrap .c-img-box img:last-child,#c-link-box .c-list .c-wrap:hover img:first-child {
	display: none;
}

#c-link-box .c-list .c-wrap:hover img:last-child {
	display: inline-block;
}
#c-link-box .c-list li .c-wrap:hover {
	background: #034ea2;
}
#c-link-box .c-list .c-wrap .c-title {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1em;
	color: #262626;
	transition: .5s;
}
#c-link-box .c-list .c-wrap .c-text {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	padding-right: 35px;
	line-height: 1em;
	color: #262626;
	background: url(../images/jt4.png)no-repeat right center;
	background-size: 12px auto;
	transition: .5s;
}
#c-link-box .c-list .c-wrap:hover {
	background: #034ea2;
	background: url(../images/jt4-h.png)no-repeat right center;
	background-size: 12px auto;
}
#c-link-box .c-list .c-wrap:hover .c-text{
	background: url(../images/jt4-h.png)no-repeat right center;
	background-size: 12px auto;
}
#c-link-box .c-list .c-wrap:hover .c-title,#c-link-box .c-list .c-wrap:hover .c-text{
	color: #fff;
}

/* 理念列表 */
#c-idea {
	padding: 95px 0 130px;
	background: #fff;
}
#c-idea .c-list li{
	margin-bottom: 40px;
	padding: 60px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-idea .c-list li:last-child {
	margin-bottom: 0;
}
#c-idea .c-list li:nth-child(odd){
	flex-direction:row-reverse;
	background: #fff;
	background: -webkit-linear-gradient(left,#f7f7f7 75%,#fff 75%);
	background: linear-gradient(to right,#f7f7f7 75%,#fff 75%);

}
#c-idea .c-list li:nth-child(even){
	background: #fff;
	background: -webkit-linear-gradient(left,#fff 25%,#f7f7f7 25%);
	background: linear-gradient(to right,#fff 25%,#f7f7f7 25%);
}
#c-idea .c-list .c-img-box {
	width: 50%;
	height: 5rem;
	overflow: hidden;
}
#c-idea .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-idea .c-list .c-text-box {
	padding: 0 130px;
	width: 50%;
}
#c-idea .c-list .c-text-box .c-title {
	margin-bottom: 30px;
	font-size: 48px;
	line-height: 58px;
	color: #191919;
	transition: .5s;
}
#c-idea .c-list li:hover .c-text-box .c-title {
	color: #034ea2;
}
#c-idea .c-list .c-text-box .c-text {
	color: #666;
	line-height: 30px;
}

/* 全球布局  */
#c-location1 {
	padding:100px 0 140px;
	background: #fff;
}
#c-location1 .c-wrap{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
#c-location1 .c-wrap .c-img-box {
	position: relative;
	overflow: hidden;
}
#c-location1 .c-wrap .c-img-box img {
	width: 100%;
}
#c-location1 .c-wrap .c-img-box .c-dot {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #034ea2;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-location1 .c-wrap .c-img-box .c-dot i {
	flex: 0 0 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(187,28,20,.4);
	border: 1px solid #034ea2;
	animation: scalemap 2s linear infinite;
	-moz-animation: scalemap 2s linear infinite;
	-webkit-animation: scalemap 2s linear infinite;
}
#c-location1 .c-wrap .c-img-box .c-1 {
	top: 38.016%;
	left: 9.605%;
}
#c-location1 .c-wrap .c-img-box .c-2 {
	top: 40.862%;
	left: 11.578%;
}
#c-location1 .c-wrap .c-img-box .c-3 {
	top: 43.636%;
	left: 10.394%;
}
#c-location1 .c-wrap .c-img-box .c-4 {
	top: 44.958%;
	left: 11.315%;
}
#c-location1 .c-wrap .c-img-box .c-5 {
	top: 50.247%;
	left: 8.552%;
}
#c-location1 .c-wrap .c-img-box .c-6 {
	top: 51.57%;
	left: 18.412%;
}
#c-location1 .c-wrap .c-img-box .c-7 {
	top: 96.859%;
	left: 16.315%;
}
#c-location1 .c-wrap .c-img-box .c-8 {
	top: 67.933%;
	left: 30.5%;
}
#c-location1 .c-wrap .c-img-box .c-9 {
	top: 27.107%;
	left: 35.986%;
}
#c-location1 .c-wrap .c-img-box .c-10 {
	top: 58.347%;
	left: 39.026%;
}
#c-location1 .c-wrap .c-img-box .c-11 {
	top: 53.553%;
	left: 43.6%;
}
#c-location1 .c-wrap .c-img-box .c-12 {
	top: 53.884%;
	left: 46.71%;
}
#c-location1 .c-wrap .c-img-box .c-13 {
	top: 70.743%;
	left: 36.907%;
}
#c-location1 .c-wrap .c-img-box .c-14 {
	top: 78.482%;
	left: 36.973%;
}
#c-location1 .c-wrap .c-img-box .c-15 {
	top: 86.611%;
	left: 39.605%;
}
#c-location1 .c-wrap .c-img-box .c-16 {
	top: 88.76%;
	left: 44.736%;
}
#c-location1 .c-wrap .c-img-box .c-17 {
	top: 97.52%;
	left: 48.026%;
}
#c-location1 .c-wrap .c-img-box .c-18 {
	top: 34.876%;
	left: 73.157%;
}
#c-location1 .c-wrap .c-img-box .c-19 {
	top: 54.545%;
	left: 76.513%;
}
#c-location1 .c-wrap .c-img-box .c-20 {
	top: 71.074%;
	left: 76.184%;
}
#c-location1 .c-wrap .c-img-box .c-21 {
	top: 91.404%;
	left: 83.815%;
}


@keyframes scalemap {
	0% {
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.5);
	  opacity: 0;
	}
  }
  @-moz-keyframes scalemap {
	0% {
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.5);
	  opacity: 0;
	}
  }
  @-webkit-keyframes scalemap {
	0% {
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.5);
	  opacity: 0;
	}
  }
  @-o-keyframes scalemap {
	0% {
	  transform: scale(0.2);
	  opacity: 1;
	}
	100% {
	  transform: scale(1.5);
	  opacity: 0;
	}
  }
#c-location1 .c-wrap .c-text-box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	padding: 40px;
	background: rgba(187,28,20,.9);
}
#c-location1 .c-wrap .c-text-box .c-title {
	margin-bottom:30px;
	font-size: 48px;
	line-height: 48px;
	color: #fefefe;
}
#c-location1 .c-wrap .c-text-box .c-title span {
	margin-left: 30px;
	display: inline-block;
	width: 100px;
	border-top: 2px solid #fefefe;
	vertical-align: middle;
}
#c-location1 .c-wrap .c-text-box .c-text{
	line-height: 30px;
	color: #fff;
	opacity: .8;
}

/* 未来规划 */
#c-location2 {
	padding: 140px 0;
	background: #f2f2f2 url(../images/dw-img2.jpg)no-repeat center center;
	background-size: cover;
}
#c-location2 .c-title {
	margin-bottom: 80px;
	font-size: 48px;
	line-height: 1em;
	color: #222;
}
#c-location2 .c-title span {
	color: #034ea2;
}
.c-banner3 .swiper-wrapper {
	padding-top: 10px;
}
.c-banner3 .swiper-slide {
	border-top: 1px solid #eaeaea;
}

.c-banner3 .c-wrap {
	position: relative;
	padding: 0 25px;
}
.c-banner3 .c-wrap .c-dot {
	position: absolute;
	top: -10px;
	left: 85px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #9f9f9f;
	background: #9f9f9f;
}
.c-banner3 .c-wrap .c-year {
	position: relative;
	z-index: 2;
	padding: 50px 60px 0;
	font-size: 72px;
	line-height: 1em;
	color: #222;
}
.c-banner3 .c-wrap .c-text {
	margin-top: -36px;
	padding: 50px 60px;
	background: #fff;
	line-height: 36px;
	color: #666;
}
.c-banner3 .swiper-slide-active .c-dot{
	border: 1px solid #034ea2;
	background: #f2f2f2;
}
.c-banner3 .swiper-slide-active .c-year{
	color: #034ea2;
}
/* 定位页面列表  */
#c-location3 {
	padding-top: 140px;
	background: #fff;
}
#c-location3 .c-list li {
	padding-bottom: 140px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-location3 .c-list .c-img-box {
	width: 50%;
	position: relative;
	height: 5rem;
	overflow: hidden;
}
#c-location3 .c-list .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-location3 .c-list .c-text-box {
	width: 50%;
	padding-left: 130px;
}
#c-location3 .c-list li:nth-child(even) {
	flex-direction:row-reverse;
}
#c-location3 .c-list li:nth-child(even) .c-text-box{
	padding: 0 130px 0 0;
}
#c-location3 .c-list .c-text-box .c-title {
	margin-bottom: 40px;
	font-size: 48px;
	color: #191919;
	line-height: 1em;
}
#c-location3 .c-list .c-text-box .c-text {
	color: #666;
	line-height: 30px;
}
/* 公共视频 */
.c-common-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.c-common-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* 公司介绍 */
#c-profile1 {
	padding: 100px 0 140px;
	background: #fff;
}
#c-profile1 .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-profile1 .c-wrap .c-img-box {
	position: relative;
	width: 50%;
	height: 4.78rem;
	overflow: hidden;
}
#c-profile1 .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-profile1 .c-wrap .c-img-box .c-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center;
	background-size: 80px;
	cursor: pointer;
}
#c-profile1 .c-wrap .c-text-box {
	width: 50%;
	padding-right: 90px;
}
#c-profile1 .c-wrap .c-text-box .c-title {
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 1em;
	color: #222;
}
#c-profile1 .c-wrap .c-text-box .c-title span {
	color: #034ea2;
}
#c-profile1 .c-wrap .c-text-box .swiper-container {
	height: 210px;
	line-height: 30px;
	color: #666;
}
#c-profile1 .swiper-container .swiper-slide {
	padding-right: 10px;
	height: auto;
}
/* 领导致辞 */
#c-profile2 {
	padding: 140px 0;
	background: #f5f5f5;
}
.c-banner4 .c-item {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 flex-wrap: wrap;
}
.c-banner4 .c-item .c-img-box {
	width: 450px;
}
.c-banner4 .c-item .c-img-box .c-box {
	border: 1px solid #e8e8e8;
	height: 600px;
}
.c-banner4 .c-item .c-img-box .c-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-banner4 .c-item .c-img-box .c-title {
	padding: 20px 0;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	text-align: center;
}
.c-banner4 .c-item .c-text-box {
	padding: 0 0 35px 100px;
	width: -webkit-calc(100% - 450px);
	width: calc(100% - 450px);
}
.c-banner4 .c-item .c-text-box .c-title {
	font-size: 48px;
	line-height: 1em;
	color: #191919;
}
.c-banner4 .c-item .c-text-box .c-title span {
	color: #034ea2;
}
.c-banner4 .c-item .c-text-box .c-subtitle {
	padding: 55px 0 25px;
	font-size: 30px;
	line-height: 40px;
	color: #191919;
}
.c-banner4 .c-button-box {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	height: 80px;
	width: -webkit-calc(100% - 550px);
	width: calc(100% - 550px);
}
.c-banner4 .swiper-button-next,.c-banner4 .swiper-button-prev {
	margin-top:0;
	opacity: 1;
	width: 200px;
	height: 80px;
	transition: .5s;
}
.c-banner4 .swiper-button-next {
	top: auto;
	bottom: 0;
	right: auto;
	left: 230px;
	background: #fff url(../images/next.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner4 .swiper-button-next:hover {
	background: #034ea2 url(../images/next-h.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner4 .swiper-button-prev {
	top: auto;
	bottom: 0;
	left: 0;
	background: #fff url(../images/prev.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner4 .swiper-button-prev:hover {
	background: #034ea2 url(../images/prev-h.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner4 .c-item .c-text-box .c-text {
	height: 270px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.c-banner4 .c-item .c-text-box .c-text .swiper-slide {
	padding-right: 10px;
	height: auto;
}

/* 历史 */
#c-profile3 {
	position: relative;
	text-align: center;
}
#c-profile3 .c-mask {
	position: relative;
	z-index:10;
	padding: 140px 0;
	background: url(../images/mbl.png)repeat;
}
#c-profile3 .c-bg-title {
	font-size: 48px;
	line-height: 1em;
	color: #fff;
}
.c-banner5-bg {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	width:100%;
	height:100%;
	overflow: hidden;
}

.c-banner5-img {
	height: 100%;
}
.c-banner5-bg img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 7s;
	transition: all 7s;
}
.c-banner5-bg .swiper-slide {
	z-index: 1;
}
.c-banner5-bg .swiper-slide-active {
	z-index: 5;
}
.c-banner5-bg .swiper-slide-active img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.c-banner5 {
	padding: 260px 0 120px;
}
.c-banner5 .c-line1,.c-banner5 .c-line2{
	opacity: .6;
	position: absolute;
	top: 30px;
	left: 0;
	width: -webkit-calc(50% - 120px);
	width: calc(50% - 120px);
	border: 1px solid #fff;
}
.c-banner5 .c-line2 {
	left:auto;
	right: 0;
}
.c-banner5 .c-time{
	opacity: .5;
	font-weight: bold;
	font-size: 60px;
	line-height: 1em;
	color: #fff;
	transition: .5s;
}
.c-banner5 .c-text {
	opacity: 0;
	padding-top: 40px;
	line-height: 26px;
	color: #fff;
	transition: .5s;
}
.c-banner5 .swiper-slide-thumb-active .c-time,.c-banner5 .swiper-slide-thumb-active .c-text,
.c-banner5 .swiper-slide:hover .c-time,.c-banner5 .swiper-slide:hover .c-text {
	opacity: 1;
}

/* 历史 */
#c-profile4 {
	padding: 200px 0 150px;
	background: #fff;
}
.c-banner6-top {
	margin:  0 auto 140px;
	width: 100%;
	max-width: 1100px;
}
.c-banner6-top .swiper-button-next,.c-banner6-top .swiper-button-prev {
	left: 26px;
	width: 26px;
	height: 50px;
	margin-top: -25px;
}
.c-banner6-top .swiper-button-prev {
	background: url(../images/prev2.png) no-repeat center center;
	background-size: auto 50px;
}
.c-banner6-top .swiper-button-prev:hover {
	background: url(../images/prev2-h.png)no-repeat center center;
	background-size: auto 50px;
}
.c-banner6-top .swiper-button-next {
	left: auto;
	right: 26px;
	background: url(../images/next2.png)no-repeat center center;
	background-size: auto 50px;
}
.c-banner6-top .swiper-button-next:hover {
	background: url(../images/next2-h.png)no-repeat center center;
	background-size: auto 50px;
}
.c-banner6-top .swiper-slide {
	display: flex; 
	justify-content: center;
	align-items: center;
}
.c-banner6-top .c-bg-time {
	opacity: .1;
	font-weight: bold;
	font-size: 350px;
	line-height: 1em;
	text-align: center;
	color: #034ea2;
}
.c-banner6-top .c-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 50px 30px;
	width: -webkit-calc(100% - 480px);
	width: calc(100% - 480px);
	background: rgba(187,28,20,.9);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.c-banner6-top .c-text-box .c-time {
	font-size: 30px;
	line-height: 1em;
	color: #fff;
}
.c-banner6-top .c-text-box .c-text {
	padding-top: 20px;
	line-height: 26px;
	color: #fff;
}
.c-banner6-bottom {
	text-align: center;
}
.c-banner6-bottom .swiper-slide  {
	padding-top: 35px;
}
.c-banner6-bottom::before {
	content: "";
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	border-top: 1px solid #dddddd;
}
.c-banner6-bottom .c-dot {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	border: 5px solid #034ea2;
	border-radius: 50%;
	background: #034ea2;
	transition: .5s;
}
.c-banner6-bottom .c-time1 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 24px;
	line-height: 1em;
	color: #333;
	transition: .5s;
}
.c-banner6-bottom .c-time2 {
	opacity: .5;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	transition: .5s;
}
.c-banner6-bottom .swiper-slide-thumb-active .c-dot {
	background: #fff;
}
.c-banner6-bottom .swiper-slide-thumb-active .c-time1 {
	opacity: 1;
}
.c-banner6-bottom .swiper-slide-thumb-active .c-time2 {
	opacity: 0;
}

/* 荣誉 */
#c-profile5 {
	padding: 160px 0 140px;
	background: #f5f5f5;
}
#c-profile5 .c-bg-title {
	position: relative;
	margin-bottom: -65px;
	font-size: 48px;
	line-height: 1em;
	color: #333;
}
#c-profile5 .c-bg-title span {
	color: #034ea2;
}
.c-banner7 {
	padding: 140px 2rem 0;
}
.c-banner7 .swiper-slide {
	padding: 0 30px 0;
	text-align: center;
	background: #fff;
}
.c-banner7 .c-img-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.25rem;
}
.c-banner7 .c-img-box img {
	max-height: 76%;
	max-width: 90%;
}
.c-banner7 .c-title {
	border-top: 1px solid #e8e8e8;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding: 35px 0;
}
.c-banner7 .c-button-box {
	position: absolute;
	top: 0;
	left: 2rem;
	width: -webkit-calc(100% - 4rem);
	width: calc(100% - 4rem);
	z-index: 2;
}
.c-banner7 .swiper-button-next,.c-banner7 .swiper-button-prev {
	margin-top:0;
	opacity: 1;
	width: 200px;
	height: 80px;
	transition: .5s;
}
.c-banner7 .swiper-button-next {
	top: 0;
	right: 0;
	background: #fff url(../images/next.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner7 .swiper-button-next:hover {
	background: #034ea2 url(../images/next-h.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner7 .swiper-button-prev {
	top: 0;
	left: auto;
	right: 220px;
	background: #fff url(../images/prev.png) no-repeat center center;
	background-size: 25px auto;
}
.c-banner7 .swiper-button-prev:hover {
	background: #034ea2 url(../images/prev-h.png) no-repeat center center;
	background-size: 25px auto;
}

/* 组织构架 */
#c-profile6 {
	padding: 140px 0;
	background: #fff;
}
#c-profile6 .c-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-profile6 .c-wrap .c-bg-title {
	position: relative;
	margin-bottom: 30px;
	font-size: 48px;
	line-height: 1em;
	color: #333;
}
#c-profile6 .c-wrap .c-bg-title span {
	color: #034ea2;
}
#c-profile6 .c-wrap .c-img-box {
	width: 100%;
}
#c-profile6 .c-wrap .c-img-box img {
	width: 100%;
}

/* 基地 */
#c-base {
	padding: 80px 0 110px;
	background: #fff;
}
#c-base .c-top-box {
	margin-bottom: 130px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-base .c-top-box .c-title {
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 1em;
	color: #191919;
}
#c-base .c-top-box .c-text {
	width: 66%;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
#c-base .c-list {
	margin: 0 -8px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-base .c-list li {
	width: 50%;
	margin-bottom: 50px;
	padding: 0 8px;
}
#c-base .c-list .c-wrap {
	display: block;
}
#c-base .c-list .c-wrap .c-img-box {
	height: 4.04rem;
}
#c-base .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-base .c-list .c-wrap .c-title {
	padding-top: 30px;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #191919;
}
#c-base2 {
	padding: 80px 0 0;
}
#c-base2 .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #f5f5f5;
}
#c-base2 .c-wrap .c-img-box {
	width: 49.6%;
	height: 5.1rem;
	overflow: hidden;
}
#c-base2 .c-wrap .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-base2 .c-wrap .c-text-box {
	padding: 0 80px;
	width: 50.4%;
}
#c-base2 .c-wrap .c-text-box .c-title {
	margin-bottom: 50px;
	font-size: 48px;
	line-height: 1.1em;
	color: #191919;
}
#c-base2 .c-wrap .c-text-box .c-text {
	line-height: 30px;
	color:#666;
}

/* 生成范围 */
#c-base3 {
	padding: 140px 0;
	background: #f5f5f5;
}
#c-base3 .c-bg-title {
	margin-bottom: 60px;
	font-size: 48px;
	line-height: 1em;
	text-align: center;
	color: #333;
}
#c-base3 .c-bg-title span {
	color: #034ea2;
}
.c-banner8-wrap {
	position: relative;
}
.c-banner8-wrap .swiper-button-prev{
	left: -60px;
	background: url(../images/prev2.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner8-wrap .swiper-button-next{
	right: -60px;
	background: url(../images/next2.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner8-wrap .swiper-button-prev:hover{
	background: url(../images/prev2-h.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner8-wrap .swiper-button-next:hover{
	background: url(../images/next2-h.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner8 .c-img-box{
	height: 4.02rem;
	overflow: hidden;
}
.c-banner8 .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-banner8 .c-title {
	font-size: 24px;
	line-height: 34px;
	padding-top: 25px;
	color: #222;
	text-align: center;
}
.c-banner8 .c-box {
	margin: 0 50px;
	position: relative;
	overflow: hidden;
}

/* 生成设备 */
#c-base4 {
	padding: 140px 0 100px;
	background: #fff;
}
#c-base4 .c-bg-title {
	margin-bottom: 60px;
	font-size: 48px;
	line-height: 1em;
	text-align: center;
	color: #333;
}
#c-base4 .c-bg-title span {
	color: #034ea2;
}
#c-base4 .c-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-base4 .c-list li {
	margin-bottom: 40px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}
#c-base4 .c-list .c-img-box {
	width: 100%;
	height: 5.4rem;
	overflow: hidden;
}
#c-base4 .c-list .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-base4 .c-list .c-title {
	padding-top: 10px;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #222;
}

/* 基地环境 */
#c-base5 {
	padding: 140px 0;
	background: #fff;
	background: -webkit-linear-gradient(top,#f7f7f7 50%,#fff 50%);
	background: linear-gradient(to bottom,#f7f7f7 50%,#fff 50%);
}
#c-base5 .c-bg-title {
	margin-bottom: 60px;
	font-size: 48px;
	line-height: 1em;
	text-align: center;
	color: #333;
}
#c-base5 .c-bg-title span {
	color: #034ea2;
}
#c-base5 .c-list {
	margin: 0 -8px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-base5 .c-list li {
	width: 33.33%;
	margin-bottom: 16px;
	padding: 0 8px;
}
#c-base5 .c-list .c-img-box {
	height: 3.2rem;
	overflow: hidden;
	cursor: pointer;
}
#c-base5 .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-base5 .c-list .c-img-box:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
#c-banner15-wrap {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	transition: .5s;
}
#c-banner15-wrap.active {
	opacity: 1;
	z-index: 1000;
}
#c-banner15-wrap .c-btn {
	position:fixed;
	top: 85%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
}
#c-banner15-wrap .c-btn:after,#c-banner15-wrap .c-btn:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #333;
	transition: .5s;
}
#c-banner15-wrap .c-btn:hover {
	background: #034ea2;
}
#c-banner15-wrap .c-btn:hover:after,#c-banner15-wrap .c-btn:hover:before {
	background: #fff;
}
#c-banner15-wrap .c-btn:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#c-banner15-wrap .c-btn:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-banner15 {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 60px;
	width: 60%;
	max-height: 60%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.c-banner15 .swiper-pagination{
	display: none;
}
.c-banner15 img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.c-banner15 .swiper-button-next {
	right: 0;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: #fff url(../images/next2.png)no-repeat center;
	background-size: 20px auto;
	transition: .5s;
}
.c-banner15 .swiper-button-prev {
	left: 0;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: #fff url(../images/prev2.png)no-repeat center;
	background-size: 20px auto;
	transition: .5s;
}
.c-banner15 .swiper-button-next:hover {
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: #034ea2 url(../images/next22.png)no-repeat center;
	background-size: 20px auto;
	transition: .5s;
}
.c-banner15 .swiper-button-prev:hover {
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: #034ea2 url(../images/prev22.png)no-repeat center;
	background-size: 20px auto;
	transition: .5s;
}
/* 基金委员会 */
#c-responsibility {
	padding: 100px 0 160px;
	background: #fff;
}
#c-responsibility .c-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-responsibility .c-img-box {
	width: 49.6%;
	height: 5rem;
	overflow: hidden;
}
#c-responsibility .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-responsibility .c-text-box {
	width: 43.4%;
}
#c-responsibility .c-text-box .c-title {
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 1.1em;
	color: #191919;
}
#c-responsibility .c-text-box .c-text {
	line-height: 26px;
	color: #666;
}

/* 活动 */
#c-activity {
	padding: 140px 0;
	background: #f8f8f8;
}
#c-activity .c-bg-title {
	margin-bottom: 60px;
	font-size: 48px;
	line-height: 1em;
	color: #222;
	text-align: center;
}
#c-activity .c-bg-title span {
	color: #034ea2;
}
#c-activity .c-list {
	margin: 0 -15px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-activity .c-list li {
	padding: 0 15px;
	width: 33.33%;
	margin-bottom: 80px;
}
#c-activity .c-list .c-wrap {
	display: block;
	background: #fff;
}
#c-activity .c-list .c-wrap .c-img-box {
	height: 3.02rem;
	overflow: hidden;
}
#c-activity .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-activity .c-list .c-wrap .c-text-box {
	padding: 40px 30px 50px;
}
#c-activity .c-list .c-wrap .c-text-box .c-title {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-activity .c-list .c-wrap .c-text-box .c-text {
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

/* 荣誉证书 */
#c-honor {
	padding: 140px 0;
	background: #fff;
}
#c-honor .c-bg-title {
	margin-bottom: 60px;
	position: relative;
	font-size: 48px;
	line-height: 1em;
	color: #333;
	text-align: center;
}
#c-honor .c-bg-title span {
	color: #034ea2;
}
#c-honor .c-list {
	padding-bottom: 50px;
	margin: 0 -15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-honor .c-list li {
	margin-bottom: 30px;
	width: 33.33%;
	padding: 0 15px;
}
#c-honor .c-list .c-wrap {
	padding: 0 30px;
	text-align: center;
	background: #f5f5f5;
}
#c-honor .c-img-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4.25rem;
}
#c-honor .c-img-box img {
	max-height: 76%;
	max-width: 90%;
}
#c-honor .c-title {
	border-top: 1px solid #e8e8e8;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding: 35px 0;
}
/* 表单 */
#c-contact {
	padding: 80px 0 140px;
	background: #fff;
}
#c-contact .c-list-box {
	background: #fff;
	box-shadow: 0 1px 50px rgba(0,0,0,.1);
}
#c-contact .c-list1 li{
	float: left;
	position: relative;
	width: 50%;
	height: 90px;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	color: #333;
	background: #ddd;
	cursor: pointer;
}
#c-contact .c-list1 li:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
}
#c-contact .c-list1 li.active {
	color: #fff;
	background: #034ea2;
}
#c-contact .c-list1 li.active:before {
	border-top: 10px solid #034ea2;
}
#c-contact .c-list2 li{
	display: none;
	padding: 0 40px 70px;
}
#c-contact .c-list2 li.active {
	display: block;
}
#c-contact .c-list2 .c-title {
	padding: 50px 0;
	font-size: 24px;
	line-height: 34px;
	color: #191919;
}

#c-contact .c-list2 input {
	width: 100%;
	height: 60px;
	background: #f6f6f6;
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	margin-bottom: 16px;
}
#c-contact .c-list2 textarea {
	width: 100%;
	padding: 17px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	border: 0;
	background: #f6f6f6;
	height: 225px;
	margin-bottom: 16px;
}
#c-contact .c-list2 .c-item2 input {
	float: left;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
#c-contact .c-list2 .c-item2 select {
	border: 0;
	float: right;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	height: 60px;
	background: #f6f6f6;
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	margin-bottom: 16px;
}
#c-contact .c-list2 .c-item2 input:last-child {
	float: right;
}
#c-contact .c-list2 button {
	display: block;
	margin: 34px auto 0;
	width: 190px;
	height: 60px;
	font-size: 18px;
	color: #fff;
	background: #034ea2;
}
/* 信息 */
#c-contact2 {
	padding-bottom: 40px;
	background: #fff;
}
#c-contact2 .c-list1 {
	padding-bottom: 50px;
	text-align: center;
}
#c-contact2 .c-list1 li {
	margin: 0 50px;
	display: inline-block;
	font-size: 48px;
	line-height: 1.1em;
	color: #666;
	cursor: pointer;
}
#c-contact2 .c-list1 li.active {
	color: #034ea2;
}
#c-contact2 .c-list2 {
	position: relative;
}
#c-contact2 .c-list2&gt;li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f5f5f5;
}
#c-contact2 .c-list2&gt;li.active{
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	opacity: 1;
}
#c-contact2 .c-list2 .c-left-box {
	width: 50%;
	padding: 50px 0 50px 2rem;
}
#c-contact2 .c-list2 .c-right-box {
	position: relative;
	width: 50%;
}

#c-contact2 .c-list2 .c-left-box .c-link{
	float: left;
	width: 39.4%;
}
#c-contact2 .c-list2 .c-left-box .c-link p {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #999;
	cursor: pointer;
}
#c-contact2 .c-list2 .c-left-box .c-link p:last-child {
	margin-bottom: 0;
}
#c-contact2 .c-list2 .c-left-box .c-link p.active {
	color: #034ea2;
}
#c-contact2 .c-list2 .c-left-box .c-text-box {
	float: left;
	padding-right: 50px;
	width: 60.6%;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-item {
	display: none;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-item.active {
	display: block;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-text{
	padding: 35px 0 20px;
	line-height: 26px;
	color: #666;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-text p {
	margin-bottom: 15px;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn {
	display: block;
	width: 190px;
	height: 60px;
	text-align: center;
	line-height: 58px;
	border: 1px solid #ddd;
	color: #333;
	transition: .5s;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover {
	border-color: #fff;
	background: #034ea2;
	color: #fff;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box{
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
	width: 18px;
	height: 18px;
}

#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img {
	width: 100%;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn .c-img-box img:last-child,
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:first-child {
	display: none;
}
#c-contact2 .c-list2 .c-left-box .c-text-box .c-btn:hover .c-img-box img:last-child {
	display: inline-block;
}
/* 地图 */
.c-map {
	opacity: 0;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1!important;
	width: 100%;
	height: 6.52rem;
	background: #f5f5f5;
}
.c-map.active{
	opacity: 1;
	position: relative!important;
	z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #034ea2;
}
.c-map .map-content {
  font-size: 12px;
  color: #333;
}
.c-map .anchorBL{
	display:none;
}

/* 人才培养理念 */
#c-join {
	padding-bottom: 120px;
	background: #fff;
}
#c-join .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-join .c-wrap .c-img-box {
	width: 50%;
	height: 4.62rem;
	overflow: hidden;
}
#c-join .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-join .c-wrap .c-text-box {
	width: 50%;
	padding: 0 80px;
}
#c-join .c-wrap .c-text-box .c-title {
	margin-bottom: 50px;
	position: relative;
	font-size: 48px;
	line-height: 1.1em;
	color: #333;
}
#c-join .c-wrap .c-text-box .c-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -140px;
	width: 120px;
	margin-top: -1px;
	border-top: 3px solid #034ea2;
}
#c-join .c-wrap .c-text-box .c-text {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
/* 薪酬福利及办公环境 */
#c-join2 {
	padding: 140px 0;
	background: #f7f7f7;
}
#c-join2 .c-title-box .c-title{
	font-size: 48px;
	line-height: 1.1em;
	color: #191919;
	text-align: center;
}
#c-join2 .c-title-box .c-line {
	margin: 30px auto;
	width: 60px;
	border-top: 4px solid #034ea2;
}
.c-banner9 {
	margin-bottom: 80px;
	padding: 70px 0;
}
.c-banner9 .swiper-slide {
	padding: 0 30px;
	text-align: center;
	background: #fff;
}
.c-banner9 .c-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -50px auto 0;
	width: 100px;
	height: 100px;
	border: 2px solid #eee;
	background: #fff;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-banner9 .c-img-box img {
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-banner9 .c-title {
	padding: 40px 0 20px;
	font-size: 24px;
	line-height: 24px;
	color: #191919;
	border-bottom: 1px solid #ebebeb;
}
.c-banner9 .c-text {
	padding: 25px 0;
	color: #666;
	line-height: 26px;
	text-align: left;
	text-indent: 2em;
}
.c-banner9 .swiper-pagination {
	bottom: 0;
}
.c-banner9 .swiper-pagination-bullet-active {
	background: #034ea2;
}
.c-banner10-wrap {
	position: relative;
}
.c-banner10 .c-img-box{
	height: 4.5rem;
	overflow: hidden;
}
.c-banner10 .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-banner10-wrap .swiper-button-prev{
	left: -60px;
	background: url(../images/prev2.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner10-wrap .swiper-button-next{
	right: -60px;
	background: url(../images/next2.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner10-wrap .swiper-button-prev:hover{
	background: url(../images/prev2-h.png) no-repeat center center;
	background-size: 15px auto;
}
.c-banner10-wrap .swiper-button-next:hover{
	background: url(../images/next2-h.png) no-repeat center center;
	background-size: 15px auto;
}
/* 社会招聘 */
#c-join3 {
	padding-top: 140px;
	background: #fff;
}
#c-join3 .c-top-box {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-join3 .c-top-box .c-title {
	font-size: 48px;
	line-height: 1.1em;
	color: #222;
}
#c-join3 .c-top-box .c-title span {
	color: #034ea2;
}
#c-join3 .c-top-box form {
	width: 67.7%;
	padding: 20px;
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#c-join3 .c-top-box form .c-wrap {
	width: -webkit-calc(33.33% - 13px);
	width: calc(33.33% - 13px);
	display: flex;
	align-items: center;
}
#c-join3 .c-top-box form select {
	padding: 0 40px 0 20px;
	width: 100%;
	height: 60px;
	border: 1px solid #ddd;
	background: #fff url(../images/san.png)no-repeat right 20px center;
	background-size: 12px auto;
	color: #666;
}
#c-join3 .c-top-box form input{
	padding: 0 20px;
	height: 60px;
	border: 1px solid #ddd;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	border-right: 0;
	color: #666;
}
#c-join3 .c-top-box form button {
	width: 60px;
	height: 60px;
	background: #034ea2;
}
#c-join3 .c-top-box form button i {
	color: #fff;
	font-size: 18px;
}
#c-join3 .c-list-box{
	box-shadow: 0 1px 50px rgba(0,0,0,.1);
}
#c-join3 .c-list1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0 30px;
	font-size: 18px;
	line-height: 28px;
	color: #191919;
	border-bottom: 2px solid #e3e3e3;
}
#c-join3 .c-item5 {
	padding-right: 40px;
	width: 100px;
	text-align: right;
}
#c-join3 .c-item5 i {
	font-size: 28px;
	transition: .5s;
}
#c-join3 .c-item1,#c-join3 .c-item2,#c-join3 .c-item3,#c-join3 .c-item4 {
	width: -webkit-calc(25% - 25px);
	width: calc(25% - 25px);
}
#c-join3 .c-item1 {
	padding-left: 40px;
}
#c-join3 .c-item2,#c-join3 .c-item3,#c-join3 .c-item4 {
	padding-left: 20px;
}
#c-join3 .c-list2 .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
	line-height: 26px;
	color: #666;
	transition: .5s;
}
#c-join3 .c-list2 .c-title-box .c-item1 {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	transition: .5s;
}
#c-join3 .c-list2 .c-title-box span {
	display: none;
}
#c-join3 .c-list2 .c-text-wrap {
	display: none;
}
#c-join3 .c-list2 .c-text-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	border-bottom: 1px solid #f2f2f2;
}
#c-join3 .c-list2 .c-text-box .c-text {
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	line-height: 30px;
	color: #999;
}
#c-join3 .c-list2 .c-text-box .c-btn {
	display: block;
	width: 170px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #034ea2;
}
#c-join3 .c-list2&gt;li.active .c-title-box,#c-join3 .c-list2&gt;li.active .c-title-box .c-item1{
	color: #034ea2;
}
#c-join3 .c-list2&gt;li.active .c-item5 i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#c-join3 #c-pagination {
	padding:40px 0;
}
/* 校园招聘 */
#c-join4 {
	padding: 140px 0;
	background: #fff;
}
#c-join4 .c-top-box {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-join4 .c-top-box .c-title {
	font-size: 48px;
	line-height: 1.1em;
	color: #222;
}
#c-join4 .c-top-box .c-title span {
	color: #034ea2;
}
#c-join4 .c-top-box .c-delivery {
	display: flex;
	align-items: center;
}
#c-join4 .c-top-box .c-delivery .c-text {
	width: 272px;
	height: 80px;
	font-size: 24px;
	line-height: 76px;
	color: #191919;
	border: 2px solid #e1e1e1;
	text-align: center;
	border-right: 0;
}
#c-join4 .c-top-box .c-delivery .c-btn {
	width: 240px;
	height: 80px;
	font-size: 16px;
	line-height: 76px;
	text-align: center;
	color: #fff;
	background: #034ea2;
}
#c-join4 .c-top-box .c-delivery .c-btn img {
	margin-right: 15px;
	width: 20px;
	vertical-align: middle;
}
#c-join4 .c-list {
	border-top: 1px solid #ddd;
	padding-top: 60px;
}
#c-join4 .c-list .c-wrap {
	padding: 30px 0;
	display: flex;
	align-items: center;
	background: #f5f5f5;
}
#c-join4 .c-list li:nth-child(even) .c-wrap {
	background: #fff;
}
#c-join4 .c-list .c-wrap .c-time{
	padding-left: 60px;
	width: 17%;
	line-height: 26px;
	color: #999;
}
#c-join4 .c-list .c-wrap .c-title {
	width: 67%;
	padding: 0 20px;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	transition: .5s;
}
#c-join4 .c-list .c-wrap .c-btn {
	padding-right: 60px;
	width: 17%;
	text-align: right;
	line-height: 26px;
	color: #666;
	transition: .5s;
}
#c-join4 .c-list .c-wrap:hover .c-title,#c-join4 .c-list .c-wrap:hover .c-btn {
	color: #034ea2;
}
/* 产品设计 */
#c-design {
	padding-top: 100px;
	background: #fff;
}
#c-design .c-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 200px;
}
#c-design .c-list li:nth-child(even){
	flex-direction: row-reverse;
}
#c-design .c-list .c-img-box{
	width: 57.8%;
	height: 6.25rem;
}
#c-design .c-list .c-img-box img {
	width: 100%;
	height: 100%;
}
#c-design .c-list .c-text-box {
	padding-left: 1.44rem;
	width: 42.2%;
}
#c-design .c-list li:nth-child(even) .c-text-box {
	padding: 0 1.44rem 0 0;
}
#c-design .c-list .c-text-box .c-title {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 40px;
	color: #222;
}
#c-design .c-list .c-text-box .c-text {
	line-height: 30px;
	color: #666;
}
/* 设计流程 */
#c-design2 {
	background: #fff;
}
#c-design2 .c-list {
	margin: 0 -8px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-design2 .c-list li {
	margin-bottom: 16px;
	padding: 0 8px;
	width: 33.33%;
}
#c-design2 .c-list .c-wrap {
	position: relative;
	height: 200px;
	display: flex;
	align-items: flex-start;
	box-shadow: 0 2px 30px rgba(84,0,0,.07);
}
#c-design2 .c-list .c-wrap .c-num {
	padding: 30px 0;
	width: 114px;
	font-weight: bold;
	font-size: 60px;
	line-height: 1em;
	text-align: center;
	color: #034ea2;
	opacity: .2;
}
#c-design2 .c-list .c-wrap .c-text-box {
	padding-right: 30px;
	display: flex;
	align-items: center;
	width: -webkit-calc(100% - 114px);
	width: calc(100% - 114px);
	height: 100%;
}
#c-design2 .c-list .c-wrap .c-text-box .c-text {
	font-size: 30px;
	line-height: 40px;
	color: #262626;
}
#c-design2 .c-list .c-wrap .c-arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 12px;
	height: 12px;
	background: url(../images/jt2.png)no-repeat center center;
	background-size: 12px auto;
}
/* 设计成品图展示 */
#c-design3 {
	padding: 130px 0;
	background: #fff;
}
.c-banner12 .c-img-box {
	height: 4.32rem;
	overflow: hidden;
}
.c-banner12 .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 对我们的协同设计感兴趣吗？ */
#c-design4 {
	padding-bottom: 130px;
	background: #fff;
}
#c-design4 .c-main-wrap {
	position: relative;
	border: 1px solid #ccc;
}
#c-design4 .c-main-wrap .c-text-box {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 59.2%;
}
#c-design4 .c-main-wrap .c-text-box .c-left-box {
	padding: 60px 30px 60px 60px;
	width: 50%;
}
#c-design4 .c-main-wrap .c-text-box .c-right-box {
	padding: 60px 60px 60px 30px;
	width: 50%;
}
#c-design4 .c-main-wrap .c-text-box .c-left-box .c-title{
	margin-bottom:45px;
	font-size: 32px;
	line-height: 42px;
	color:#222;
}
#c-design4 .c-main-wrap .c-text-box .c-left-box .c-text{
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
#c-design4 .c-main-wrap .c-text-box .c-left-box .c-text p {
	padding: 7px 0;
	word-wrap: break-word;
	word-break:break-all;
}
#c-design4 .c-main-wrap .c-text-box .c-right-box .c-text{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #666;
} 
#c-design4 .c-main-wrap .c-text-box .c-right-box .c-box input{
	float: left;
	padding: 0 15px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 60px;
	font-size: 14px;
	background: #f6f6f6;
	color: #666;
}

#c-design4 .c-main-wrap .c-text-box .c-right-box .c-box button{
	position: relative;
	float: left;
	width: 80px;
	height: 60px;
	background: #f6f6f6 url(../images/sj-ico.png)no-repeat center center;
	background-size: 20px auto;
}
#c-design4 .c-main-wrap .c-text-box .c-right-box .c-box button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	height: 22px;
	border-left: 1px solid #c5c5c5;
}
#c-design4 .c-main-wrap .c-img-box {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 36.1%;
}
#c-design4 .c-main-wrap .c-img-box img {
	width: 100%;
}

/* 品质资质 */
#c-ensure {
	padding: 90px 0 130px;
	background: #fff;
}
.c-banner13 .swiper-slide {
	padding: 10px 80px 0;
	text-align: center;
	background: #f4f4f4;
}
.c-banner13 .c-img-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.9rem;
}
.c-banner13 .c-img-box img {
	max-height: 76%;
	max-width: 90%;
}
.c-banner13 .c-title {
	border-top: 1px solid #e8e8e8;
	font-size: 20px;
	color: #333;
	padding: 35px 0;
}

/* 品质流程 */
#c-ensure2 {
	background: #fff;
}
#c-ensure2 .c-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 210px;
}
#c-ensure2 .c-list li:nth-child(even) {
	flex-direction: row-reverse;
}
#c-ensure2 .c-list .c-img-box {
	width:56.2%;
	height: 6.24rem;
	overflow: hidden;
}
#c-ensure2 .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-ensure2 .c-list .c-text-box{
	padding:0 2rem 0 1.44rem;
	width: 43.8%;
}
#c-ensure2 .c-list li:nth-child(even) .c-text-box {
	padding:0 1.44rem 0 2rem ;
}
#c-ensure2 .c-list .c-text-box .c-title{
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 40px;
	color: #222;
}
#c-ensure2 .c-list .c-text-box .c-text{
	font-size: 16px;
	line-height: 26px;
}
/* 检测设备 */
#c-ensure3 {
	padding-bottom: 140px;
	background: #fff;
}
#c-ensure3 .c-list {
	margin: 0 -8px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
#c-ensure3 .c-list li {
	width: 50%;
	margin-bottom: 30px;
	padding: 0 8px;
}
#c-ensure3 .c-list .c-wrap {
	position: relative;
}
#c-ensure3 .c-list .c-img-box {
	height: 3.2rem;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}
#c-ensure3 .c-list .c-img-box img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
#c-ensure3 .c-list .c-title {
	padding-top: 10px;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #222;
}


/* 研究理念 */
#c-research {
	padding: 100px 0 130px;
	background: #fff;
}
#c-research .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-research .c-wrap .c-img-box {
	width: 58%;
	height: 6.24rem;
	overflow: hidden;
}
#c-research .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-research .c-wrap .c-text-box {
	padding-left: 1.44rem;
	width: 42%;
}
#c-research .c-wrap .c-text-box .c-title {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 40px;
	color: #222;
}
#c-research .c-wrap .c-text-box .c-text {
	line-height: 30px;
	color: #666;
}

/* 研究实践 */
#c-research2 {
	padding: 130px 0 100px;
	background: #fafafa;
}
#c-research2 .c-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -8px;
}
#c-research2 .c-list li {
	width: 50%;
	margin-bottom: 30px;
	padding:  0 8px;
}
#c-research2 .c-list .c-wrap .c-img-box{
	height: 4.32rem;
	overflow: hidden;
}
#c-research2 .c-list .c-wrap .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-research2 .c-list .c-wrap .c-title {
	padding-top: 35px;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	color: #222;
}

/* 研究资源 */
#c-research3 {
	padding-top: 130px;
	background: #fff;
}
#c-research3 .c-list li{
	padding-bottom: 200px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-research3 .c-list li:nth-child(even) {
	flex-direction: row-reverse;
}
#c-research3 .c-list .c-img-box {
	width: 58%;
	height: 6.24rem;
	overflow: hidden;
}
#c-research3 .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-research3 .c-list .c-text-box {
	width: 42%;
	padding-left: 1.44rem;
}
#c-research3 .c-list li:nth-child(even) .c-text-box {
	padding: 0 1.44rem 0 0;
}
#c-research3 .c-list .c-text-box .c-num-box {
	margin-bottom: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
}
#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p1 {
	display: inline-block;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	color: #034ea2;
}
#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p1 i {
	display: none;
	font-style: normal;
}
#c-research3 .c-list .c-text-box .c-num-box .c-item:first-child .c-top-box .c-p1 i{
	display: inline;
}
#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p2 {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #034ea2;
}
#c-research3 .c-list .c-text-box .c-num-box .c-top-box .c-p2 span {
	font-size: 24px;
}
#c-research3 .c-list .c-text-box .c-num-box .c-p3 {
	padding-top: 10px;
	font-size: 22px;
	line-height: 32px;
	color: #666;
	text-align: left;
}
#c-research3 .c-list .c-text-box .c-text {
	line-height: 30px;
	color: #666;
}
#c-research3 .c-list .c-title {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 40px;
	color: #222;
}

/* 技术文献 */
#c-research4 {
	display: none;
	padding: 130px 0;
	background: #f8f8f8;
}
#c-research4 .c-btn {
	margin: 0 auto;
	display: block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #034ea2;
}
#c-research4 .c-list {
	padding-bottom: 50px;
	margin: 0 -15px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-research4 .c-list li {
	margin-bottom: 30px;
	width: 33.33%;
	padding: 0 15px;
}
#c-research4 .c-list .c-wrap {
	display: block;
	background: #fff;
	border-bottom: 1px solid #ddd;
	transition: .5s;
}
#c-research4 .c-list .c-wrap:hover {
	border-color: #034ea2;
}
#c-research4 .c-list .c-wrap .c-img-box {
	height: 3.02rem;
	overflow: hidden;
}
#c-research4 .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-research4 .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
#c-research4 .c-list .c-wrap .c-text-box {
	padding: 50px 40px;
}
#c-research4 .c-list .c-wrap .c-text-box .c-time {
	line-height: 26px;
	color: #999;
}
#c-research4 .c-list .c-wrap .c-text-box .c-title {
	margin: 10px 0 25px;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-research4 .c-list .c-wrap .c-text-box .c-text {
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
/* #c-research4 .c-list {
	margin: 0 -8px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-research4 .c-list li {
	margin-bottom: 50px;
	width: 25%;
	padding: 0 8px;
}
#c-research4 .c-list .c-wrap {
	display: block;
	text-align: center;
}
#c-research4 .c-list .c-wrap .c-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
	overflow: hidden;
	background: #fff;
}
#c-research4 .c-list .c-wrap .c-img-box img {
	max-width: 80%;
	max-height: 80%;
}
#c-research4 .c-list .c-wrap .c-title {
	padding: 25px 0 20px;
	font-size: 24px;
	line-height: 34px;
	color: #222;
}
#c-research4 .c-list .c-wrap .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
#c-research4 .c-btn {
	margin: 80px auto 0;
	display: block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #034ea2;
} */
/* 回到顶部 */
#c-go-top {
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #034ea2 url(../images/totop.png) no-repeat center;
	transition: all .3s linear;
	background-size: 26px;
	border-radius: 50%;
}

/* 背景视频 */
#c-bg-video{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#c-bg-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* 投递简历弹窗 */
#c-fixed-pop {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
#c-fixed-pop form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 400px;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#c-fixed-pop form .c-title-box {
	position: relative;
	padding: 0 30px;
	background: #034ea2;
}
#c-fixed-pop form .c-title-box .c-title {
	line-height: 60px;
	font-size: 20px;
	color: #fff;
}
#c-fixed-pop form .c-title-box .c-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 80px;
	height: 60px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 20px auto;
	cursor: pointer;
}
#c-fixed-pop form .c-box {
	padding: 30px;
	font-size: 14px;
}
#c-fixed-pop form input {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}
#c-fixed-pop form button {
	width: 100%;
	height: 50px;
	background: #034ea2;
	color: #fff;
}
#c-fixed-pop form .c-file {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#c-fixed-pop form .c-file .c-input-box {
	position: relative;
	display: inline-block;
	padding: 9px 15px;
	background: #034ea2;
}
#c-fixed-pop form .c-file input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#c-fixed-pop form .c-file .c-text {
	color: #fff;
	text-align: center;
}
#c-fixed-pop form .c-file .c-text2 {
	padding-left: 15px;
	line-height: 30px;
}
#category4 {
	display: none;
}
.bshare-custom.icon-medium {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	font-size: 18px !important;
	color: #2c2e2f;
}
.bshare-custom #bshare-shareto {
	font-weight: normal !important;
}
#bsWXBox {
	margin-left: -116px !important;
	margin-top: -128px !important;
	height: 256px !important;
	width: 232px !important;
}

/* 生产范围 */
#c-range {
	padding-top: .4rem;
	display: flex;
	align-items: flex-start;
	text-align: center;
	flex-wrap: wrap;
}
#c-range .c-left-box {
	position: relative;
	width: 40px;
	color: #fff;
	background: #034ea2;
	padding: 10px;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#c-range .c-left-box::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #034ea2;
}
#c-range .c-right-box {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding-left: 20px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-range .c-right-box li {
	margin: 0 .6% 10px;
	width: 32%;
	padding: .2rem;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	background: #fff;
	color: #191919;
}
#c-range .c-right-box li .c-num {
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
}
#c-range .c-right-box li .c-text2 {
	font-size: 18px;
	line-height: 28px;
}

#c-contact .f_yanzheng,
#c-fixed-pop .f_yanzheng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-contact .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 256px) !important;
}

#c-contact .f_yanzheng img {
    width: 240px;
}

#c-fixed-pop .f_yanzheng {
    margin-bottom: 20px;
}

#c-fixed-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 146px) !important;
}

#c-fixed-pop .f_yanzheng img {
    width: 130px;
}



.p1 { width:50%!important;}
.p1 .c-wrap { width:100%; float:left;}
.c-a-box1 strong{ display:block; width:100%; background:#eaeaea; text-align:center; font-size:16px;}
.c-a-box1 a {  line-height:45px; padding-right:20px; font-size:15px; }
.c-a-box2 { width:47%; margin-right:3%; float:left; border:1px solid #eaeaea;}


</pre></body></html>